Welcome![Sign In][Sign Up]
Location:
Search - Spline java

Search list

[Other resourceSplines(Java)

Description: spline drawing code of Java, 对学习spline曲线很有帮助-spline drawing code of Java. spline curves for the study helpful
Platform: | Size: 215819 | Author: appoll | Hits:

[GDI-Bitmapgraph2dapp

Description: 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the three parameters of the sample, Beizer, B-Spline), and filled polygon, 2D rotation and font sample
Platform: | Size: 59392 | Author: 徐林 | Hits:

[2D GraphicSplines(Java)

Description: spline drawing code of Java, 对学习spline曲线很有帮助-spline drawing code of Java. spline curves for the study helpful
Platform: | Size: 215040 | Author: appoll | Hits:

[Graph DrawingBezier_CutLIne

Description: 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free curve include : second, third Bezier curves, second, Third uniform B-spline curves; 2, Bezier curve algorithm selection requirements subdivision algorithm; 3. Uniform B-spline curve control over the end of the first polygon vertices; 4. B-spline curves of local control to dynamically change curve shape; 5, friendly interface design, visual geometry. Cutting Algorithm Selection Cohen-Sutherland algorithm;
Platform: | Size: 331776 | Author: rtshen | Hits:

[Algorithmchazhisuanfa

Description: 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage of the N+ 1 nodes ((xn, yn) | n = 0,1,2, ..., N) of the intercalation value function Pn (x). Design a specific procedure, namely the use of Lagrange interpolation, Newton interpolation and three natural three-spline algorithm to map out the corresponding interpolation curve. Using three different colors to indicate the three curve interpolation methods over a period of range of interpolation function. Requirements of dynamic display curve drawing the whole process.
Platform: | Size: 16384 | Author: jack | Hits:

[JSP/JavaJTabbedPane2

Description: 初学JAVA,求给2D绘制曲线的源代码,要三次样条的-Beginner JAVA, for drawing 2D curves to the source code, it is necessary to Cubic Spline
Platform: | Size: 1024 | Author: ouyangfeng | Hits:

[Graph programB

Description: B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
Platform: | Size: 15360 | Author: wangxing | Hits:

[JSP/Javacubicsplineinterpolation1

Description: 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
Platform: | Size: 1024 | Author: yangyanlong | Hits:

[Graph Drawingspline

Description: 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
Platform: | Size: 2048 | Author: shanshan | Hits:

[CA authCubicSplineInterpolation

Description: Cubic Spline Interpolation
Platform: | Size: 15360 | Author: EMIC | Hits:

[CA authCubicSpline

Description: Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]-Cubic spline algorithm approximating function y=f(x)- ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
Platform: | Size: 4096 | Author: Vaidas Zid | Hits:

[JSP/JavaFrame

Description: 可分别在面板中绘制Hermite曲线,Bezier曲线和B样条曲线-Respectively in the panel drawing Hermite curve, Bezier curves and B-spline curve
Platform: | Size: 4096 | Author: 刘嘉文 | Hits:

[Graph programcapi1.01

Description: JAVA版本的spline,nurbs等代码,非常好用-JAVA version of the spline, nurbs, etc. code, very easy to use
Platform: | Size: 513024 | Author: 甚于 | Hits:

[2D Graphicjdwglib

Description: JDWGLIB实现了直接读取DWG文件的借口,极具应用价值,希望能帮助各位完成自己的需求-JDWGLIB read DWG files directly realized excuse highly value, hope to help you complete your needs
Platform: | Size: 622592 | Author: 大刚 | Hits:

[AlgorithmNumericalAnalysis

Description: 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition, cubic spline interpolation curve, least squares curve fitting, numerical integration Romberg method, ordinary differential Solutions to improve the initial value equation Euler method, eigenvalues and eigenvectors of inverse power law.
Platform: | Size: 5521408 | Author: Lynn | Hits:

[AlgorithmSpline

Description: 根据(0.0,0.0)(0.5,1.6)(1.0,2.0)(6.0,2.0)(7.0,1.5)(9.0,0.0)六个点使用三次样条差值求多项式并作图-According to (0.0,0.0) (0.5,1.6) (1.0,2.0) (6.0,2.0) (7.0,1.5) (9.0,0.0) using cubic spline six point margin and a polynomial mapping
Platform: | Size: 2048 | Author: 回忆 | Hits:

[AlgorithmLeastSquare20110722

Description: 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
Platform: | Size: 322560 | Author: zbj | Hits:

[JSP/Javanurbs-java

Description: java写的非均匀B样条插值曲线,从Excel导入原始数据,然后反算控制节点,最后将所有插值点导出到Excel中-java app for non-uniform B-spline interpolation curve, importing raw data from Excel, and then inverse control node, and finally to export to Excel all interpolation points
Platform: | Size: 7927808 | Author: twh | Hits:

[JSP/Java利用java语言对三次样条曲线的实现

Description: 利用java语言对三次样条曲线的实现.pdf(The implementation of the three spline curve by java language.Pdf)
Platform: | Size: 560128 | Author: sdzhihao | Hits:

[JSP/Java三次样条曲线算法的改进及Java语言实现

Description: 三次样条曲线算法的改进及Java语言实现.zip(Improvement of the three spline curve algorithm and the realization of.Zip in Java language)
Platform: | Size: 481280 | Author: sdzhihao | Hits:
« 12 »

CodeBus www.codebus.net